*{
    margin: 0;
    padding: 0;
    font-family: '微软雅黑', sans-serif;
}

ul{
    list-style: none;    
}

.con{
    width: 100vw;
    margin:0 auto;

}

.header{
    height: 10vw;
    background-color: white;
    
}

.logo{
    width: 20vw;
    height: 10vw;
    /* background:url(../img/ANG-logo.png) no-repeat center; */
    float: left;
    margin: 0 5vw 0 5vw;


    

}

.logo a{
    width: 20vw;
    height: 10vw;
    background:url(../img/logo.png) no-repeat center;
    background-size: contain;
    float: left;
    
}

.navi{
    float: left;
    margin-right: 3vw;
    
}

.navi ul{
    height: 3vw;
    margin-top: 3.7vw;
    line-height: 3vw;
    font-size: 2vw;
}

.navi li{
    float: left;
    margin-left:6vw;
    color:rgb(45, 137, 86);

}

.navi li a{
    text-decoration: none;
    color:black;
    /* font-family: 微软雅黑; */
}


.language{
    background-color:rgb(45, 137, 86);
    height: 3vw;
    margin-top: 3.7vw;
    line-height: 3vw;
    font-size: 2vw;
    float: right;
   
    margin-right: 1vw;
}

.language a{
    color: white;
}

.active{
    color:rgb(45, 137, 86);
}

.banner{
    height:50vw;
    background:url(../img/index-banner.png) no-repeat center;
    background-blend-mode: multiply;
    background-size: cover;

}

.culture{
    padding-top: 1vw;
    height:50vw;
   
}




.aboutheader{
    padding-top: 3vw;
    text-align: center;
    padding-bottom: 2vw;
    letter-spacing:0.2vw;
    
}

.aboutheadereng{
    color:rgb(45, 137, 86);
    letter-spacing: 0.3vw;

    margin-bottom: 3.6vw;

    text-align:center;
    font-size: 2vw; 
   
    /* margin: 0 0; */
}


.contenheader{
    color: black;            
    text-align: center;
    letter-spacing: 0.2vw;
    font-size: 3.2vw;    
}


.contenheader2{
    color: rgb(45, 137, 86);           
    text-align: center;
    letter-spacing: 0.2vw;
    font-size: 3.2vw; 
   
}



.brandculture{
    margin-top: 2vw;
    display: flex;
    /* flex-direction: column; */
    justify-content: space-around;
    height: 25vw;

}

.supporticon{
    /* background-color: rgba(185, 144, 86, 0.6); */
    width: 18vw;
    padding: 2vw;
  
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    text-align:left;
    align-items: center;
    border-radius: 4vw;
    border: 0.3vw solid rgba(55, 55, 55, 0.1);
}


.supporticon:hover{
    border: 0.3vw solid rgba(246,250,248, 0.9);
    box-shadow:0 0.1vw 0.3vw  rgba(33, 227, 130, 0.329); 
    -webkit-box-shadow:0 0.1vw 0.3vw  rgba(33, 227, 130, 0.329); 
    transform:translate3d(0,-0.2vw,0);    
    -webkit-transform:translate3d(0,-0.2vw,0);  
}
/* 
.brandculture div h2{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    color:rgb(45, 137, 86);
    margin-bottom: 20px;
   background-color: #12aa12; 
} */

/* .brandculture div img{
    margin-top: 4px;
    margin-bottom: 10px;
    
    height: 40px;
    width: 40px;
    align-items: center;
    
} */

.supporticon span{
    flex:1.5;
    padding: 0.5vw 0.2vw 0.2vw;
    font-size: 4vw;
    color:rgb(45, 137, 86);
}

.supportname{
    flex: 1;
    font-size: 2.2vw;
    font-weight: 600;
    letter-spacing: 0.1vw;
    color:rgb(45, 137, 86);
    /* line-height: 100%; */
}

.supportcontent{
    flex: 2;
    /* padding:0 1vw; */
   
    font-size: 1.8vw;
    text-align: center;
    /* line-height: 100%; */
}


.meaning{
    padding-left: 5vw;
    height:50vw;
    background:url(../img/brand-meaning.png) no-repeat top;
    background-size: cover;
    background-position-x: 60%;
    background-position-y: 60%;

}
.aboutheaderleft{
    padding-top: 3vw;
    font-size: 2vw;
    letter-spacing: 0.2vw;
}

.aboutheaderengleft{
    color:rgb(45, 137, 86);
    letter-spacing: 0.3vw;
    font-size:2vw;
    margin: 2vw 0 1vw;
}

.display{
    padding-top: 1vw;
    height:55vw;
   
}


.productdisplay{
    /* margin-top: 50px; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    height: 27vw;
    padding: 1vw 0;
   
}

.producticon{
    /* background-color: rgba(185, 144, 86, 0.6); */
    width: 20vw;
    height: 24vw;
    /* padding:20px 40px; */
    margin: 1vw;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    text-align:left;
    align-items: center;
    border-radius: 4vw;
    border: 0.3vw solid rgba(55, 55, 55, 0.1);
}


.producticon:hover{
    border: 0.3vw solid rgba(246,250,248, 0.9);
    box-shadow:0 0.1vw 0.3vw  rgba(33, 227, 130, 0.329); 
    -webkit-box-shadow:0 0.1vw 0.3vw  rgba(33, 227, 130, 0.329); 
    transform:translate3d(0,-0.2vw,0);    
    -webkit-transform:translate3d(0,-0.2vw,0);  
}


.productpic{
    flex:2.5;
    width: 18vw;
    margin:2vw ;
    background: url(../img/product-bottle.png) no-repeat center;
    background-size: contain;
}


.productname{
    flex: 0.8;
    font-size: 2vw;
    text-align: center;
    
    /* line-height: 100%; */
}

.productcontent{
    flex: 1;
    padding:1vw;
    color: rgb(242, 110, 45);
    font-size: 1.8vw;
    text-align: center;
    /* line-height: 100%; */
}

.readmore2{

    margin: 0 auto;
    width: 12vw;
    height: 4vw;
    border: 0.1vw solid rgb(45, 137, 86);
    display: flex;
    justify-content: center;
    /* justify-items: center; */
    align-items: center;
    border-radius: 2vw;
    font-size: 1.8vw;
}

.readmore2 a{
    text-decoration: none;
    color:rgb(45, 137, 86);
}

.briefintro{
    padding-top: 2vw;
    height:80vw;
    background-color: #f6faf8;
}


.brandintro{
    display: flex;
    flex-direction: row;
    /* height: 450px; */
}

.brandintroword{
    padding: 1vw 4vw;
    flex: 1.2;
    font-size: 2vw;
    line-height: 2.7vw;
}

.brandintroword h2{
    color: green;
    margin-bottom: 1.4vw;
}

.brandintroimage{
    flex: 1;
    background:url(../img/brand-intro.png) no-repeat center;
    background-size: contain;
    background-position-y: 33%;
    margin-right: 5vw;
}

.readmore{
  
    position: relative;
    left: 39.7vw;
    top: 5vw;
    width: 12vw;
    height: 4vw;
    border: 0.1vw solid rgb(45, 137, 86);
    display: flex;
    justify-content: center;
    /* justify-items: center; */
    align-items: center;
    border-radius: 2vw;
    font-size: 1.8vw;
}

.readmore a{
    text-decoration: none;
    color:rgb(45, 137, 86);
}




.factualinfo{
    padding-top: 1vw;
    height:25vw;
}

.factualcontent{
    margin:20px 0 90px;
    height: 350px;
    /* background-color: red; */
    display: flex;
    padding: 20px;
}

.newsheadline{
    margin: 10px;
    flex: 1;
    /* background-color: black; */
    display: flex;
    flex-direction: column;
    
    border: 1px solid rgb(45, 137, 86);

}



.newspic{
    /* width: 200px; */
    height: 251px;
    background-size: contain;
}

#npic1{
    background: url(../img/newspic1.png) no-repeat center;
    
}

#npic2{
    background: url(../img/newspic2.png) no-repeat center;
}

.newsheadcontent{
    padding: 10px;
}

.newsheadcontent span{
    line-height: 35px;
    opacity: 0.8;
    font-size: 14px;
}

.newsheadline:hover{
    background-color: green;
    color: white;
}



.newsmore{
    margin: 20px;
    flex: 2.5;
    /* background-color: black */
}

.newsmfirst{
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}



.indexfooter{
    background-color:rgb(9, 110, 44);
    height: 10vw;
    display: flex;
    justify-items:center;
    align-items: center;
    
}

.indexfooter div{
    display: flex;
    justify-items:center;
    align-items: center;
    color: white;
    text-align: center;
    margin: 0 auto;
    padding: 3vw;
}


.address{

    flex: 63;
    font-size: 2vw;
}

.email{

    flex: 28;
    font-size: 2vw;
}



.phone{
    flex: 53;
    font-size: 2vw;
}



.footer{
    background-color: black;
    height: 20vw;
    display: flex;

    
}

.footer div{
    color: grey;
    text-align: center;
    margin: 0 auto;
    display: flex;
    /* justify-items:center; */
    align-items: center;
}


.bottomlogo{
    flex: 43;
    font-size: 2vw;
    height: 4vw;
    background:url(../img/logo.png) no-repeat center;
    background-size: contain;
    position: relative;
    left: 4vw;
 
}

.bottommain{
    flex-direction: column;
    flex: 128;
    font-size: 2vw;
    display: flex;
}

.bottomnavi{
    flex:1;
    float: left;
    margin-right: 1vw;
    text-align: left;
    
}

.bottomnavi ul{
    height: 2vw;
    margin-top: 1vw;
    line-height: 4vw;
    font-size: 2vw;
}

.bottomnavi li{
    float: left;
    margin-left:2vw;
    color:rgb(45, 137, 86);

}

.bottomnavi li a{
    text-decoration: none;
    color:grey;
    /* font-family: 微软雅黑; */
}

.bottominfo{
    text-align: start;
    flex: 2;
    padding-top:3vw;

}




.customersupport{
    flex: 33;
    font-size: 2vw;

    flex-direction: column;
}

/* .cs-word{

} */

.cs-2dcode{

    height:10vw;
    width:10vw;
    background:url(../img/cs-2dcode.png) no-repeat center;
    background-size: contain;

}
